home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / council1.dir / 00072_Script_72 < prev    next >
Text File  |  1994-11-29  |  303b  |  17 lines

  1. on exitFrame
  2.   
  3.   global CM1SC1M1
  4.   
  5.   if the movieTime of sprite 4 = CM1SC1M1 then
  6.     go to the frame + 1
  7.   else
  8.     go to frame the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set the movieRate of sprite 4 to 0
  14.   updateStage -- just to make sure it's stopped
  15.   go to frame "End"
  16. end mousedown
  17.